3.140 \(\int \frac{x^2}{a+b x^3+c x^6} \, dx\)

Optimal. Leaf size=38 \[ -\frac{2 \tanh ^{-1}\left (\frac{b+2 c x^3}{\sqrt{b^2-4 a c}}\right )}{3 \sqrt{b^2-4 a c}} \]

[Out]

(-2*ArcTanh[(b + 2*c*x^3)/Sqrt[b^2 - 4*a*c]])/(3*Sqrt[b^2 - 4*a*c])

_______________________________________________________________________________________

Rubi [A]  time = 0.0695368, antiderivative size = 38, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 18, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.167 \[ -\frac{2 \tanh ^{-1}\left (\frac{b+2 c x^3}{\sqrt{b^2-4 a c}}\right )}{3 \sqrt{b^2-4 a c}} \]

Antiderivative was successfully verified.

[In]  Int[x^2/(a + b*x^3 + c*x^6),x]

[Out]

(-2*ArcTanh[(b + 2*c*x^3)/Sqrt[b^2 - 4*a*c]])/(3*Sqrt[b^2 - 4*a*c])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 10.9272, size = 37, normalized size = 0.97 \[ - \frac{2 \operatorname{atanh}{\left (\frac{b + 2 c x^{3}}{\sqrt{- 4 a c + b^{2}}} \right )}}{3 \sqrt{- 4 a c + b^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**2/(c*x**6+b*x**3+a),x)

[Out]

-2*atanh((b + 2*c*x**3)/sqrt(-4*a*c + b**2))/(3*sqrt(-4*a*c + b**2))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0164807, size = 42, normalized size = 1.11 \[ \frac{2 \tan ^{-1}\left (\frac{b+2 c x^3}{\sqrt{4 a c-b^2}}\right )}{3 \sqrt{4 a c-b^2}} \]

Antiderivative was successfully verified.

[In]  Integrate[x^2/(a + b*x^3 + c*x^6),x]

[Out]

(2*ArcTan[(b + 2*c*x^3)/Sqrt[-b^2 + 4*a*c]])/(3*Sqrt[-b^2 + 4*a*c])

_______________________________________________________________________________________

Maple [A]  time = 0.002, size = 37, normalized size = 1. \[{\frac{2}{3}\arctan \left ({(2\,c{x}^{3}+b){\frac{1}{\sqrt{4\,ac-{b}^{2}}}}} \right ){\frac{1}{\sqrt{4\,ac-{b}^{2}}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^2/(c*x^6+b*x^3+a),x)

[Out]

2/3/(4*a*c-b^2)^(1/2)*arctan((2*c*x^3+b)/(4*a*c-b^2)^(1/2))

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^2/(c*x^6 + b*x^3 + a),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.270991, size = 1, normalized size = 0.03 \[ \left [\frac{\log \left (-\frac{2 \,{\left (b^{2} c - 4 \, a c^{2}\right )} x^{3} + b^{3} - 4 \, a b c -{\left (2 \, c^{2} x^{6} + 2 \, b c x^{3} + b^{2} - 2 \, a c\right )} \sqrt{b^{2} - 4 \, a c}}{c x^{6} + b x^{3} + a}\right )}{3 \, \sqrt{b^{2} - 4 \, a c}}, \frac{2 \, \arctan \left (-\frac{{\left (2 \, c x^{3} + b\right )} \sqrt{-b^{2} + 4 \, a c}}{b^{2} - 4 \, a c}\right )}{3 \, \sqrt{-b^{2} + 4 \, a c}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^2/(c*x^6 + b*x^3 + a),x, algorithm="fricas")

[Out]

[1/3*log(-(2*(b^2*c - 4*a*c^2)*x^3 + b^3 - 4*a*b*c - (2*c^2*x^6 + 2*b*c*x^3 + b^
2 - 2*a*c)*sqrt(b^2 - 4*a*c))/(c*x^6 + b*x^3 + a))/sqrt(b^2 - 4*a*c), 2/3*arctan
(-(2*c*x^3 + b)*sqrt(-b^2 + 4*a*c)/(b^2 - 4*a*c))/sqrt(-b^2 + 4*a*c)]

_______________________________________________________________________________________

Sympy [A]  time = 1.93442, size = 131, normalized size = 3.45 \[ - \frac{\sqrt{- \frac{1}{4 a c - b^{2}}} \log{\left (x^{3} + \frac{- 4 a c \sqrt{- \frac{1}{4 a c - b^{2}}} + b^{2} \sqrt{- \frac{1}{4 a c - b^{2}}} + b}{2 c} \right )}}{3} + \frac{\sqrt{- \frac{1}{4 a c - b^{2}}} \log{\left (x^{3} + \frac{4 a c \sqrt{- \frac{1}{4 a c - b^{2}}} - b^{2} \sqrt{- \frac{1}{4 a c - b^{2}}} + b}{2 c} \right )}}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**2/(c*x**6+b*x**3+a),x)

[Out]

-sqrt(-1/(4*a*c - b**2))*log(x**3 + (-4*a*c*sqrt(-1/(4*a*c - b**2)) + b**2*sqrt(
-1/(4*a*c - b**2)) + b)/(2*c))/3 + sqrt(-1/(4*a*c - b**2))*log(x**3 + (4*a*c*sqr
t(-1/(4*a*c - b**2)) - b**2*sqrt(-1/(4*a*c - b**2)) + b)/(2*c))/3

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.297027, size = 49, normalized size = 1.29 \[ \frac{2 \, \arctan \left (\frac{2 \, c x^{3} + b}{\sqrt{-b^{2} + 4 \, a c}}\right )}{3 \, \sqrt{-b^{2} + 4 \, a c}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^2/(c*x^6 + b*x^3 + a),x, algorithm="giac")

[Out]

2/3*arctan((2*c*x^3 + b)/sqrt(-b^2 + 4*a*c))/sqrt(-b^2 + 4*a*c)